SHSJS = { setValue: function(strName, iValue) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { myobject.innerHTML = iValue; return true; } else { return false; } }, getValue: function(strName) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { return myobject.innerHTML; } else { return null; } }, appendValue: function(strName, iValue) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { myobject.innerHTML = myobject.innerHTML+iValue; return true; } else { return false; } } } SHSJS.setValue('statscontent_golf_pga', '
Childrens Miracle (PGA)
PosNameScoreThru
1S. Ames - z-18F
2tJ. Leonard - y-18F
2tG. McNeill - y-18F
4tN. O\'Hern-17F
4tJ. Rose-17F
6M. Gronberg-16F
7tB. Davis-15F
7tD. Points-15F
9tZ. Johnson-14F
9tC. Pettersson-14F
View Full Leaderboard
z = Won in Playoff   y = Lost in Playoff
 
Copyright © 2009 by STATS LLC.
All rights reserved.
');SHSJS.setValue('statscontent_golf_lpga', '
LPGA Tour Champ (LPGA)
PosNameScoreThru
1L. Ochoa - x-6
2R. Rankin - x-5
3tS. Gustafson - x-411
3tT. Leon - x-4
5tH. Kang - x-314
5tH. Alfredsson - x-312
5tW. Ward - x-311
5tJ. Inkster - x-310
5tK. McPherson - x-3
5tY. Tseng - x-3
View Full Leaderboard
 
Copyright © 2009 by STATS LLC.
All rights reserved.
');